home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Aminet / game / think / NumberV105.lha / HDInstaller next >
Text File  |  1996-09-06  |  988b  |  26 lines

  1. echo ""
  2. echo "                       Number100 Hard Drive Installer"
  3. echo "                       ------------------------------"
  4. echo ""
  5. echo "     If you have a Hard Drive, you have the luxury of loading Number100 "
  6. echo "     in a few seconds, rather than a few minutes.                       "
  7. echo "     A directory in your DH0 partition will be created named 'Number100'"
  8. echo "     and the game will be copied there.  You will need about 50k Free!"
  9. echo ""
  10. echo "     If you need to change the draw load HDInstaller into a text"
  11. echo "     editor and edit the draws"
  12. echo ""
  13. ask "     Do you want to install Number100 ?"
  14. if warn
  15.    echo ""
  16.    echo "     Creating DH0:Number100/..."
  17.    makedir "DH0:Number100"
  18.    copy "NumberV1" to "DH0:Number100/"
  19.    copy "Number100.doc" to "DH0:Number100/"
  20.    copy "NumberV1.info" to "DH0:Number100/"
  21.    copy "Number100.doc.info" to "DH0:Number100/"
  22.    copy "S/Lowscore" to "DH0:S/"
  23.    echo ""
  24.    echo "     Enjoy the game. Keep Guessing!"
  25. endif
  26.